/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.w1920{
    width: 1920px;
    position: relative;
    margin-left: -960px;
    left: 50%; 
}
.wh{width:1200px;margin:0 auto;}
.w1200{
    width: 1200px;
    margin: 0 auto;

}



.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}



.sky{margin-top:30px;}
.k1{color:#666666;text-align:right;}
.k1 a{color:#666666;}

.k2{margin-top: 5px;font-size:14px;color:#666666;background: url(../images/tel.png) no-repeat left 66%;padding-left:25px;margin-right:22px;}
.k2 strong{color:#0049a4;font-size:28px;font-family:"Arial";margin-left:30px;}


.tnav{height:62px;background-color:#0049a4;}











/*热门搜索*/
.sou{height:82px;border-bottom:1px solid #eeeeee;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}






/*搜索和热门搜索*/
.hotSearch{font-weight:bold;float:left;line-height:82px;color:#666666;font-size:14px;background: url(../images/hot.png) no-repeat left center;padding-left:30px;}
.hotSearch a{padding:0 17px 0 20px;font-weight:normal;color:#666666;}
.hotSearch a:nth-child(1){padding-left:5px;}
.hotSearch a+a{background: url(../images/x1.png) no-repeat left center;}


#formsearch{float:right;background: url(../images/ss.png) no-repeat;width:368px;height:48px;margin-top:17px;}
#formsearch input{}
#formsearch input#keywords{height:48px;line-height:48px;padding-left:14px;float:left;color:#5c5c5c;font-size:14px;background:none;border:none;outline:none;width:290px;}
#formsearch input#s_btn{width:68px;height:48px;line-height:48px;text-align:center;background:none;outline:none;color:#fff;border:none;cursor:pointer;font-size:14px;float:right;text-indent:22px;}
#formsearch input::-webkit-input-placeholder {color:#aaaaaa;}
#formsearch textarea::-webkit-input-placeholder {color:#aaaaaa;}







/* 导航样式 */
.x-menu {
  width: 1200px;
  margin: 0 auto;
}


.x-menu > li {
  float: left;
  position: relative;
  width: 170px;
  text-align: center;
  background: url(../images/tnav.png)no-repeat right center;
}
.x-menu > li:last-child{
  background: none;
  margin-right: -53px;
}

.x-menu > li > a {
  display: block;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 0px;
  color: #ffffff;
}

.x-menu > li > a:hover {
  background: #ff9900;
  color: #fff;
}

.x-menu > li.active > a {
 
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 10px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: -0%;
  top:72px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}






.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}





.pro{
    margin-top:60px;
}

.title{
    text-align: center;
}
.title h1{
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}
.title h1 span{
    font-weight: bold;
    color: #0049a4;
}
.title h2{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 15px;
}


.pro2{
    margin-top:50px;
    position: relative;
}
.pro2 .next{
    position: absolute;
    left: -80px;
    top:110px;
    width: 39px;
    height: 76px;
    z-index: 99999;
}
.pro2 .prev{
    position: absolute;
    right:-80px;
    top:110px;
    width: 39px;
    height: 76px;
    z-index: 99999;
}   
.pro2 .bd{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.pro2 .bd ul li{
    width: 378px;
    margin-right: 33px;
    position: relative;
}
.pro2 .bd ul li img{
    width: 378px;
    height: 264px;
}
.pro2 .bd ul li h3{
    height: 56px;
    background-color: #eeeeee;
    margin-top: 2px;
    text-align: center;
   font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #333333;
}
.pro2 .bd ul li h3 a{
    color: #333333;
}
.pro2 .bd ul li .yy{
    width: 348px;
    height: 293px;
    background-image: linear-gradient(-37deg, 
        #0466a4 0%, 
        #05a6d5 100%), 
    linear-gradient(
        #1668c2, 
        #1668c2);
    background-blend-mode: normal, 
        normal;
        position: absolute;
        top: 15px;
        left: 15px;
    padding-top: 57px;
    display: none;
}
.pro2 .bd ul li .yy h3{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    background: none;
    height: 20px;
}
.pro2 .bd ul li .yy h3 a{
    color: #ffffff;
}
.pro2 .bd ul li .yy .hx{
    width: 44px;
    height: 4px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 17px;
}
.pro2 .bd ul li .yy h4{
    width: 260px;
    margin: 0 auto;
    font-family: "MicrosoftYaHei";
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 26px;
}
.pro2 .bd ul li .yy .jt{
    width: 14px;
    height: 25px;
    background:url(../images/cpjt.png) no-repeat center ;
    float: right;
    margin-top: 32px;
    margin-right: 52px;
}

.pro2 .bd ul li:hover .yy{
    display: block;
}





.ysly{
    margin-top: 87px;
    height: 762px;
    background: url(../images/ysbg.png) no-repeat center ;
    padding-top: 65px;
}
.ysly .title1{
    text-align: center;
}
.ysly .title1 h1{
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height:40px;
    letter-spacing: 0px;
    color: #ffffff;
}
.ysly .title1 h1 span{
    font-weight: bold;
}
.ysly .title1 h2{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    opacity: 0.8;
    margin-top: 16px;
}

.ys2{
    margin-top: 68px;

}
.ys2 ul li{
    float: left;
    width: 590px;
    height: 224px;
    margin-right: 20px;
    margin-bottom: 21px;
    padding: 50px 0 0 50px;
}
.ys2 ul li:nth-child(2n){
    margin-right: 0;
}

.ys2 ul li h3{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #0049a4;
}
.ys2 ul li h3 span{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #11509b;
}
.ys2 ul li p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #444444;
    margin-top: 20px;
}





.cjpp{
    margin-top: 60px;

}
.cjpp1{
    margin-top: 50px;
}
.cjppfl{
    width: 866px;
    height: 548px;
    overflow: hidden;
    
}
.cjppfl ul li{
    position: relative;

}
.cjppfl ul li img{
     width: 866px;
    height: 548px;
}
.cjppfl ul img {min-width: 100%;min-height: 100%;transition: all 0.4s;}


.cjppfl ul li:hover img{
    transform: scale(1.1);
}

.cjppfl ul li h3{
    height: 70px;
    background: rgba(0,0,0,.4);
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.cjppfr{
    width: 300px;
}
.cjppfr ul li{
    width: 300px;
    height: 174px;
    position: relative;
    margin-bottom: 13px;
    overflow: hidden;

}

.cjppfr ul li img {min-width: 100%;min-height: 100%;transition: all 0.4s;}


.cjppfr ul li:hover img{
    transform: scale(1.1);
}

.cjppfr ul li img{
    width: 300px;
    height: 174px;
}
.cjppfr ul li h3{
   height: 37px;
    background: rgba(0,0,0,.54);
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;overflow:hidden;
}




.ht{
    margin-top:50px;
    height: 284px;
    background:url(../images/lcbg.png) no-repeat  center ;
    padding-top: 52px;
}

.htbt{
    width: 390px;
    padding-left: 55px;
    padding-top: 40px;
    background:url(../images/lyt.png) no-repeat left center ;
    height: 180px;
}
.htbt h1{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}
.htbt h2{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 8px;
}
.htbt h3{
    font-size: 30px;
    font-weight: bold;
    font-stretch:30px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: "Arial";
    margin-top: 20px;
}

.htlc{
    float: right;
     background:url(../images/lchx2.png) no-repeat  center 48px ;
     margin-top: 15px;

}
.htlc ul{
    display: flex;
    justify-content: space-between;

}
.htlc ul li{
    margin-right: 67px;
}
.htlc ul li:nth-child(4){
    margin-right: 0px;
} 
.htlc ul li img{
    width: 126px;
    height: 114px;

}
.htlc ul li h3{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 18px;
}








.news0{
    margin-top: 52px;
}


.news2{
    margin-top: 57px;

}
.hyzx{
    width: 510px;
}

.hyzxtj ul li{
    border-bottom: 1px solid #f5f5f5;
}
.hyzxtj ul li img{
    width: 510px;
    height: 282px;

}
.hyzxtj ul li h3{
    margin-top: 29px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
}
.hyzxtj ul li h3 a{
    color: #333333;
}
.hyzxtj ul li p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 17px;
    margin-top: 20px;
}

.hyzx2{
    margin-top: 25px;
}
.hyzx2 ul li{
    margin-bottom: 18px;
}
.hyzx2 ul li span{
    display: block;
    float: left;
width: 16px;
    height: 16px;
    background-color: #434343;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.hyzx2 ul li h3{
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #666666;
    float: left;
}
.hyzx2 ul li h3 a{
    color: #666666;
}
.hyzx2 ul li p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #999999;
    float: right;
    font-family: "Arial";
}
.gsxw{
    width: 607px;
    float: right;
}
.gsxw .gxtt{

}
.gsxw .gxtt ul li {
    border-bottom: 1px solid #efefef;
}   
.gsxw .gxtt ul li h3 span{
    display: block;
    float: left;
    width: 83px;
    height: 28px;
    background-color: #ff9900;
    border-radius: 14px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.gsxw .gxtt ul li h3 a{
    display: block;
    float: left;
    margin-left:25px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;

}
.k1 a:hover {color:#0049a4;}
.gsxw .gxtt ul li h3 a:hover {color:#0049a4;}
.gsxw1 ul li h3 a:hover {color:#0049a4;}
.hyzxtj ul li h3 a:hover {color:#0049a4;}
.hyzx2 ul li h3 a:hover {color:#0049a4;}
.gsxw .gxtt ul li p{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 17px;
    margin-bottom: 17px;
}

.gsxw1{
margin-top: 18px;
}
.gsxw1 ul li{

}
.gsxw1 ul li h3{
    float: left;
    padding-left: 20px;
    background:url(../images/njt2.png) no-repeat   left center  ;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #666666;
}
.gsxw1 ul li h3 a{
    color: #666666;
}
.gsxw1 ul li span{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #999999;
    display: block;
    float: right;
    font-family: "Arial";
}

.gsxw1 .xwtp{
    margin-top: 50px;

}
.gsxw1 .xwtp .xwtp1{
    width: 460px;
    height: 130px;
    background-color: #0049a4;

}
.gsxw1 .xwtp .xwtt{
    width: 146px;
    height: 130px;
    background-color: #0049a4; 
    text-align: center;
    padding-top: 38px;
}
.gsxw1 .xwtp .xwtt .gd{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #ffffff;

}
.gsxw1 .xwtp .xwtt .jh{
    width: 24px;
    display: block;
    height: 24px;
    margin: 0 auto;
    background: url(../images/njh2.png) no-repeat   center  ;
    margin-top: 17px;
}






.ab0{
    margin-top:65px;
    padding-top:65px;
    padding-bottom: 55px;
    background: #f1f1f1;

}
.ab1{
    margin-top: 45px;
}
.ab1 .abtp{
    width: 540px;
    height: 296px;
}
.ab1 .abtp img{
   width: 540px;
    height: 296px; 
}

.ab1  .abwz{
    width: 560px;
    float:right;
    margin-right: 30px;
    margin-top: 27px;

}
.ab1  .abwz h3{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
}
.ab1  .abwz .ckgd{
    display: block;
    width: 165px;
    height: 44px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    padding-left: 33px;
    letter-spacing: 0px;
    color: #ffffff;
    background: url(../images/abmor.png)no-repeat center;
    margin-top: 45px;
}

.qyhj{
    margin-top: 30px;
}

.qyhjt{
    
}
.qyhjt h1{
     padding-left: 33px;
    background: url(../images/qyhjt.png)no-repeat left center;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.qyhj2{
    margin-top: 37px;
}
.qyhj2 .bd ul li{
    float: left;
    width: 285px;
    height: 194px;
    margin-right: 20px;

}








/*友情链接*/
.f_link{border-top:1px solid #e5e5e5;margin-top:55px;padding:25px 0;}
.links{color:#333333;font-size:14px;text-transform:uppercase;font-weight:bold;}
.links span{color:#999999;text-transform:uppercase;font-weight:normal;}
.links a{color:#999999;font-weight:normal;padding:0 5px;}









/*页面底部*/
.fnav{background:#0049a4;line-height:64px;height:64px;overflow:hidden;}
.x-menu2{}
.x-menu2 li{width:171px;text-align:center;float:left;}
.x-menu2 li a{color:#ffffff;font-size:17px;}



.foot{background:#f1f1f1;padding-top:16px;padding-bottom:35px;}



.foot1{width:463px;}
.copyright{line-height:26px;color:#666666;font-size:14px;margin-top:17px;}
.copyright a{color:#666666;}

.foot2{padding-left:41px;background: url(../images/fx.png) no-repeat left top;margin-top:33px;}
.ftt{color:#0049a4;font-size:18px;}
.lx{color:#666666;font-size:14px;line-height:26px;margin-top:16px;}
.code{text-align:center;margin-left:26px;margin-top:23px;}
.codett{font-size:14px;color:#666666;margin-top:10px;}











/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}

